From: Eli Zaretskii Date: Sun, 13 Mar 2011 17:49:38 +0000 (+0200) Subject: MS-Windows followup for revision 103643. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~4400 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=d38c42c34b1961124512855a8f8ec8a5871043a7;p=emacs.git MS-Windows followup for revision 103643. src/makefile.w32-in ($(BLD)/editfns.$(O)): Depend on $(EMACS_ROOT)/lib/intprops.h. --- diff --git a/src/ChangeLog b/src/ChangeLog index 7ab2693653f..c23b82a8013 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2011-03-13 Eli Zaretskii + + * makefile.w32-in ($(BLD)/editfns.$(O)): Depend on + $(EMACS_ROOT)/lib/intprops.h. + 2011-03-13 Paul Eggert Fix more problems found by GCC 4.5.2's static checks. diff --git a/src/makefile.w32-in b/src/makefile.w32-in index 81f758f1b5f..9916a884292 100644 --- a/src/makefile.w32-in +++ b/src/makefile.w32-in @@ -727,6 +727,7 @@ $(BLD)/editfns.$(O) : \ $(EMACS_ROOT)/nt/inc/unistd.h \ $(EMACS_ROOT)/nt/inc/sys/time.h \ $(EMACS_ROOT)/lib/strftime.h \ + $(EMACS_ROOT)/lib/intprops.h \ $(LISP_H) \ $(SRC)/atimer.h \ $(SRC)/blockinput.h \